	@charset "utf-8";
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
}

ol,
ul,
p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img,
input {
	border: 0px;
}

ul li {
	list-style: none;
}

ul,
p {
	padding: 0px;
	margin: 0px;
}
i,em{
	font-style: normal;
}



/*
.left{ float:left;}
.right{ float:right;}
 */

.h30 {
	height: 30px;
}

.h50 {
	height: 50px;
}

.clear {
	clear: both;
}


/* header */

#header {
	width: 100%;
	height: 180px;
	background:#fff;
	position: relative;
}
@media (max-width: 1750px) {
	.top-box{
	width: 100% !important;
	height: 180px;
	margin: 0 !important;
}
}
.top-box{
	width: 80%;
	height: 180px;
	margin: 0 10%;
}
.logo{
	float: left;
	width: 450px;
	padding-top: 10px;
}


.top-r {
	width: 920px;
	height: 180px;
	float: right;
}
.top-c{
	float: left;
}
.top-tel{
	width: 180px;
	margin-top: 20px;
	color: #d70404;
	font-family: impact;
	font-size: 26px;
	height: 65px;
	background: url(../img/mob.jpg) left center no-repeat;
	line-height: 35px;
	padding-left: 50px;
	margin-left: 520px;
	padding-top: 10px;
}
.top-wx{
	width: 112px;
	height: 150px;
	float: left;
	padding-top: 30px;
}

/*主导航多级菜单*/

.nav {
	width: 770px;
	height: 50px;
	display: table;
	margin-top: 10px;
}

.nav>li {
	float: left;
	text-align: center;
	width: 100px;
	line-height: 50px;
	margin: 0px 5px;
	
}
.nav .navlink{
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.nav .navlink:hover{
	box-shadow: 0px 0px 15px #aaa;
	background: #cc0000;
	color: #fff;
}

.nav>li>a {
	display: block;
	color: #000;
	font-size: 18px;
	font-family: 'Microsoft Yahei', '微软雅黑E\8F6F\96C5\9ED1';
	text-decoration: none;
}

.nav>li>ul {
	position: absolute;
	z-index: 9999;
	width: 100% !important;
	background: rgba(0,0,0,.8);
	left: 0;
	right: 0;
	top: 180px;
	margin: 0 auto;
	padding:50px 15%;
	box-sizing: border-box;
	display: none;
}
.nav>li>ul li{
	width: 200px;
	height: 180px;
	float: left;
	margin: 10px;
}
.nav>li>ul li a img{
	width: 200px;
	height: 150px;
	display: block;
}
.nav>li>ul li a span{
	font-size: 16px;
	display: block;
	text-align: center;
	width: 100%;
	height: 30px !important;
	background: #fff;
	line-height: 30px;
}
.nav>li>ul li:hover a span{
	font-size: 16px;
	display: block;
	text-align: center;
	width: 100%;
	height: 30px !important;
	background: #cc0000;
	line-height: 30px;
	color: #fff;
}
#banner{
	width: 100%;
	height: 812px;
	background: url(../img/banner1.jpg) top center no-repeat;
}


#bass-tel{
	width: 100%;
	height: 120px;
	background: #b9151d;
}
#bass-tel ul{
	width: 1300px;
	height: 120px;
	margin: 0 auto;
}
#bass-tel ul li{
	float: left;
	width: 25%;
	height: 85px;
	font-size: 18px;
	color: #fff;
	padding-top: 35px;
	
}
#bass-tel ul li em{
	font-size: 20px;
	color: #fff;
	font-style: normal;
	display: block;
}
#bass-tel ul li img{
	vertical-align: middle;
	margin-right: 20px;
	float: left;
	display: block;
	width: 56px;
	height: 56px;
}
/* 产品 */


#pro{
	width: 100%;
	overflow: hidden;
	padding: 50px 0px;
}
.pro-tt{
	width: 551px;
	margin: 0 auto;
	background: url(../img/img1.jpg) center bottom no-repeat;
	height: 120px;
	text-align: center;

}
.pro-tt span{
	color: #000;
	font-size: 44px;
	float: left;
	margin-left: 100px;
	font-weight: bold;
}
.pro-tt h2{
	font-size: 44px;
	color: #20329f;
	float: left;
}

#pro>p{
	font-size: 22px;
	color: #666;
	text-align: center;
	line-height: 30px;
	width:100%;
	margin: 0 auto;
}

.pro-lei{
	width: 900px;
	height: 100px;
	margin: 40px auto;
	
}
.pro-lei span{
	background: #dadada;
	font-size: 20px;
	line-height: 50px;
	padding: 0px 20px 20px 30px;
	display: block;
	float: left;
	margin: 10px;
	position: relative;
	border-radius: 5px;
}
.pro-lei span img{
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.pro-lei span a{
	color: #000;
}
.pro-lei span:hover{
	background: #20389f;
}
.pro-lei span:hover a{
	color: #fff;
}

#pro-box1{
	width: 90%;
	overflow: hidden;
	margin: 50px auto;
}
@media (max-width: 1366px) {
	#pro-box1{
	width: 100%;
	overflow: hidden;
	margin: 50px auto;
  }
}
#pro-box1 li{
		width: 23%;
		height: 400px;
		background: #fff;
		margin: 15px 1%;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		box-shadow: 0px 0px 7px #ccc;
		border: solid 1px #ddd;
		box-sizing: border-box;
		
}
#pro-box1 li img{
		width: 100%;
		height: 290px;
		padding: 0;
		margin: 0;
}
#pro-box1 li p{
	position: absolute;
	width: 100%;
	height: 110px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
	
	
}
#pro-box1 li p a{
	color: #000;
}
#pro-box1 li:hover p{
	position: absolute;
	width: 100%;
	height: 110px;
	background: #20329f;
	z-index: 999;
	left: 0;
	bottom: 0;
	
	
}
#pro-box1 li p>a{
		width: 100%;
		line-height:40px;
		height: 40px;
		text-align: left;
		font-size: 18px;
		color: #000;
		display: block;
		padding-top: 10px;
		padding-left: 30px;
}
#pro-box1 li p em{
	background: url(../img/mob-2.png) left center no-repeat;
	padding-left: 35px;
	font-size: 28px;
	color: #dd0000;
	line-height: 50px;
	display: block;
	margin-left: 30px;
	font-family: impact;
	
}
#pro-box1 li:hover p em{
	background: url(../img/mob-1.png) left center no-repeat;
	padding-left: 35px;
	font-size: 28px;
	color: #fff;
	line-height: 50px;
	display: block;
	margin-left: 30px;
}
#pro-box1 li:hover p a{
	color: #fff;
}


#home-about{
	width: 100%;
	background: url(../img/about.jpg) top right no-repeat #f9f9f9;
	padding: 60px 0px;
	box-sizing: border-box;
	position: relative;
}
.about-tt{
	width: 1300px;
	overflow: hidden;
	margin: 0 auto 30px;
	position: relative;
}
.about-tt h3{
	font-size: 52px;
	background: -webkit-linear-gradient(left, #4463fa, #fff);     /* 背景色渐变 */
    -webkit-background-clip: text;         /* 规定背景的划分区域 */
    -webkit-text-fill-color: transparent;
	text-align: left;
	font-weight: normal;
	font-family: impact;
	line-height: 50px;
}
.about-tt h2{
	font-size: 28px;
	color: #000;
	text-align: left;
	font-weight: initial;
	padding-bottom: 20px;
}
.about-tt>a{
	font-size: 16px;
	color: #dd0000;
	float: right;
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 0;
}
.about-tt>a:hover{
	color: #fff;
}
.about-box{
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#home-about .jj{
	width: 700px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	line-height: 32px;
	text-align: left;
	float: left;
}
#home-about .jj img{
	float: left;
	margin-right: 20px;
	display: block;
}
#home-about .jj a{
	width: 170px;
	height: 45px;
	border: solid 2px #0053f9;
	display: block;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	float: left;
	color: #0053f9;
}
#home-about .jj a:hover{
	color: #dd0000;
	background: #fff;
}
#home-about>a{
	width: 70px;
	height: 70px;
	background: #dd0000;
	border-radius: 50%;
	border: solid 4px #fff;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 0px 10px #666;
	position: absolute;
	z-index: 9;
	bottom: -30px;
	left: 0;
	right: 0;
}
.about-nav{
	width: 255px;
	height: 275px;
	background: #ccc;
	float: left;
	margin-left: 13px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 700px;
}
.about-nav li:first-child{
	text-align: center;
	width: 255px;
	height: 130px;
	background: #484848;
	display: block;
	padding-top: 30px;
	box-sizing: border-box;
}
.about-nav li:first-child a{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	
}
.about-nav li:first-child a:after{
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 40px;
	
}
.about-nav li:first-child a:before{
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	
}
.about-nav li:first-child a:hover{}
.about-nav li:first-child span{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.about-nav li:first-child:hover{
	background: #cc0000;
}


.about-nav li:last-child{
	text-align: center;
	width: 255px;
	height: 130px;
	background: #cc0000;
	display: block;
	padding-top: 30px;
	box-sizing: border-box;
	margin-top: 15px;
}
.about-nav li:last-child a{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	
}
.about-nav li:last-child a:after{
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 40px;
	
}
.about-nav li:last-child a:before{
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	
}
.about-nav li:last-child a:hover{}
.about-nav li:last-child span{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.about-nav li:last-child:hover{
	background: #484848;
}


#home-ys{
	width: 100%;
	height: 400px;
	background: #20329f;
	padding-top: 40px;
	box-sizing: border-box;
}
.ys-box{
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
}
.ys-box dl{
	width: 250px;
	float: left;
	margin: 35px;
}
.ys-box dl dt{
	width: 100px;
	height: 100px;
	border: solid 3px #fff;
	display: block;
	border-radius: 50%;
	margin: 0 auto 10px;
}
.ys-box dl dt img{
	margin-top: 15px;
	margin-left: 10px;
}
.ys-box dl dd{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.ys-box dl dd strong{
	font-size: 24px;
	display: block;
	line-height: 60px;
}

#home-case{
	width: 100%;
	overflow: hidden;
	background:url(../img/bg1.jpg);
	padding: 60px 0px;
}
.case-tt{
	width: 655px;
	height: 120px;
	margin: 0 auto;
	background:url(../img/bg2.jpg) top center no-repeat;
}
.case-tt h2{
	font-size: 40px;
	color: #20329f;
	text-align: center;
	line-height: 50px;
}
.case-tt>p{
	color: #555;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
}
#home-case>p{
	font-size: 16px;
	color: #555;
	text-align: center;
	line-height: 30px;
	width: 1000px;
	padding-bottom: 30px;
	margin: 0 auto;
}
#home-case>a{
	width: 200px;
	height: 40px;
	background: #2f42b4;
	display: block;
	border-radius: 30px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
#focus_Box {
		position: relative;
		width: 1300px;
		height: 550px;
		margin: 50px auto 0 auto;
	}
	
	#focus_Box ul {
		position: relative;
		width: 1200px;
		height: 500px;
	}
	
	#focus_Box li {
		z-index: 0;
		position: absolute;
		width: 0px;
		height: 100%;
		top: 146px;
		cursor: pointer;
		left: 377px;
		border: solid 4px #fff;
		box-sizing: border-box;
		display: block;
	}
	
	#focus_Box li img {
		width: 100%;
		height: 100%;
		vertical-align: top;
	}
	
	#focus_Box li p {
		height: 120px;
		background: #0f8634;
		text-align: left;
		font-size: 16px;
		line-height: 30px;
		color: #fff;
		padding: 10px;
		box-sizing:border-box;
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	#focus_Box li p a{
		font-size: 18px;
		color: #fff;
		float: left;
	}
	#focus_Box .prev,
	#focus_Box .next {
		display: block;
		z-index: 100;
		overflow: hidden;
		cursor: pointer;
		position: absolute;
		width: 50px;
		height: 58px;
		top: 131px;
	}
	
	#focus_Box .prev {
		background: url(../img/btn.png) left bottom no-repeat;
		left: -70px;
		top: 205px;
	}
	
	#focus_Box .next {
		background: url(../img/btn.png) right bottom no-repeat;
		right: -60px;
		top: 205px;
	}
	
	#focus_Box .prev:hover {
		background-position: left top;
	}
	
	#focus_Box .next:hover {
		background-position: right top;
	}


#home-news{
	width: 1300px;
	overflow: hidden;
	background: #fff;
	padding: 50px 0px;
	margin: 0 auto;
}

.home-news-l{
	width: 320px;
	height: 530px;
	float: left;
}
.tt1{
	width: 100%;
	height: 110px;
	background:url(../img/img2.jpg) 220px center no-repeat #2f42b4;
}
.tt1 h2{
	font-size: 22px;
	color: #fff;
	padding-left: 30px;
	padding-top: 30px;
}
.tt1 h3{
	font-size: 18px;
	color: #fff;
	padding-left: 30px;
	font-weight: normal;
}
.nr1{
	width: 100%;
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding: 20px;
}
.nr1 li{
	width: 100%;
	height: 100px;
}
.nr1 li a{
	font-size: 16px;
	color: #2f42b4;
	background: url(../img/wen.jpg) left center no-repeat;
	padding-left: 35px;
	line-height: 30px;
	display: block;
}
.nr1 li p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	background: url(../img/da.jpg) left top no-repeat;
	padding-left: 35px;
}



.home-news-r{
	width: 950px;
	height: 500px;
	float: right;
}
.tt2{
	width: 100%;
	height: 50px;
	background:#f0f0f0;
	border-top: solid 3px #2f42b4;
}
.tt2 h2{
	font-size: 20px;
	color: #2f42b4;
	padding-left: 30px;
	line-height: 50px;
	float: left;
}
.tt2 a{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	background: #2f42b4;
	width: 100px;
	height: 50px;
	display: block;
	float: right;
	text-align: center;
	line-height: 50px;
}
.nr2{
	width: 100%;
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding: 20px;
}
.nr2 li{
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}
.nr2 li>img{
	width: 200px;
	height: 150px;
	float: left;
	margin-right: 15px;
}
.nr2 li a{
	font-size: 18px;
	color: #2f42b4;
}
.nr2 li a:hover{
	color: #ff0000;
}
.nr2 li p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.nr2 li p>img{
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 10px;
}

#home-news>p{
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 45px;
	width: 800px;
	margin: 0 auto;
}


.news-lei{
	text-align: center;
	
}
.news-lei a{
	font-size: 18px;
	color: #666;
	line-height: 40px;
	margin: 10px;
}
.news-lei a:hover{
	color: #cc0000;
	font-weight: bold;
	border-bottom: solid 1px #cc0000;
}


.news-cont{
	width: 1300px;
	height: 500px;
    margin: 50px auto 100px;
}
.news-l{
	width: 550px;
	height: 480px;
	background: #eee;
	float: left;
	position: relative;
}
.news-l img{
	width: 550px;
	height: 300px;
	border: solid 1px #ddd;
	box-sizing: border-box;
}
.news-l .news-time{
	width: 90px;
	height: 80px;
	background: #1b3582;
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 9999;
	padding-top: 10px;
}
.news-l .news-time span{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-weight: initial;
}
.news-l h4{
	padding-left: 30px;
	line-height: 50px;
	font-weight: initial;
	font-size: 18px;
	color: #333;
}
.news-l p{
	line-height: 30px;
	font-weight: initial;
	font-size: 16px;
	color: #666;
	padding: 0px 30px;
}
.news-l>a{
	width: 120px;
	height: 36px;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	background: #cc0000;
	margin: 10px 30px;
}
.news-l>a:hover{
	color: #fff;
	background: #f27000;
}



.news-cont ul{
	float: right;
}
.news-cont ul li{
	width: 720px;
	height: 145px;
	margin: 0px 15px 20px 10px;
	background:url(../img/img3.jpg) bottom right no-repeat #fff;
	border: solid 1px #ddd;
}
.news-cont ul li h4{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 40px;
}
.news-cont ul li p{
	font-size: 14px;
	line-height: 25px;
	color: #999;
	padding-right: 20px;
}
.news-cont ul li:hover .news-time{
	background: #cc0000;
	color: #fff;
	
}
.news-cont ul li:hover .news-time span{
	color: #fff;
	border: solid 1px #fff;
	
}
.news-cont ul li:hover h4 a{
	color: #da040f;
}
.news-cont ul li .news-time{
	background: #dfdfdf;
	width: 150px;
	height: 145px;
	font-size: 30px;
	color: #8a8a8a;
	text-align: center;
	float: left;
	line-height: 80px;
	display: block;
	margin-right: 20px;
}
.news-cont ul li .news-time span{
	font-size: 16px;
	color: #8a8a8a;
	display: block;
	line-height: 40px;
	border: solid 1px #8a8a8a;
	width: 100px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}


/* footer */

#footer {
	width: 100%;
	height: 580px;
	background:url(../img/foot.jpg) top center no-repeat #20329f;
	padding: 50px 0px;
	box-sizing: border-box;
}
.b-link{
	width: 1200px;
	height: 100px;
	margin: 50px auto;
}
.link-tt{
	width: 150px;
	float: left;
	background: url(../img/link.png) left center no-repeat;
	padding-left: 55px;
}
.link-tt h2{
	font-size: 24px;
	color: #fff;
}
.link-tt h3{
	font-size: 16px;
	color: #fff;
	font-weight:normal;
}
.link-cont{
	float: left;
}
.link-cont a{
	font-size: 16px;
	color: #ddd;
	margin: 10px;
	line-height: 50px;
}
#footer .foot{
	width: 1200px;
	overflow: hidden;
	margin: 90px auto 0px;
}
#footer .b-logo{
	width: 230px;
	height: 250px;
	margin-right:30px;
	box-sizing: border-box;
	float: left;
	background: url(../img/img3.jpg)top right repeat-y;
}
#footer .b-logo img{
	margin-top: 30px;
}

#footer .b-nav{
	width: 130px;
	height: 250px;
	box-sizing: border-box;
	float: left;
	background: url(../img/img3.jpg)top right repeat-y;
	margin-right: 30px;
}
#footer .b-nav a{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	display: block;
}
#footer .b-nav a:hover{
	color: #ddd;
}



#footer .b-lei{
	width: 180px;
	height: 250px;
	box-sizing: border-box;
	float: left;
	background: url(../img/img3.jpg)top right repeat-y;
	margin-right: 30px;
}
#footer .b-lei a{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	display: block;
}
#footer .b-lei a:hover{
	color: #ddd;
}
#footer .b-contact{
	width: 350px;
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}
.b-tel{
	width: 200px;
	height: 60px;
	background: url(../img/b-tel.png) left center no-repeat;
	padding-left: 65px;
	display: table;
	margin-bottom: 10px;

}
.b-tel>span{
	font-size: 20px;
	color: #fff;
	line-height: 25px !important;
	display: block;
	float: left;
	margin-right: 10px;
}
.b-tel b{
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	padding-top:-20px;
	float: left;
	font-family: impact;
	font-weight: initial;
	
}
.b-wx{
	float: right;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 40px;
}
.b-wx img{
	margin-top: 70px;
}


#copy {
	width: 100%;
	height: 80px;
	background: #06204b;
	text-align: center;
	font-size: 16px;
	color: #ddd;
	line-height: 80px;
}
#copy ul{
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #ddd;
	line-height: 80px;
	text-align: center;
}
#copy ul p{
	font-size: 16px;
	color: #ddd;
	line-height: 80px;
	float: left;
	margin: 0px 100px;
}
#copy ul p a {
	color: #fff;
	font-size: 16px;
	color: #fff;
	margin-right: 30px;
}


/*内页样式*/
#main100 {
	width: 95%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 35px;
}
#main {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 35px;
}

.ny_left {
	width: 320px;
	height: auto;
	float: left;
}

.ny_right {
	width: 880px;
	height: auto;
	float: left;
}

.bass {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	width: 100%;
	margin: 0 auto 30px;
	border-bottom: solid 2px #ddd;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}

.bass a {
	color: #2f42b4;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.ny_news li{
	width: 98%;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 14px !important;
	line-height: 25px;
	color: #666;
	box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
}
.ny_news li a{
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 10px;
}
.ny_news li a:hover{
	color: #cc0000;
	font-weight: bold;
}
.ny_news li img{
	width: 200px;
	height: 150px;
	float: left;
	margin-right: 20px;
	margin-left: 70px;
}
.ny_news li span{
	width: 80px;
	height: 100px;
	background: #eee;
	font-size: 14px;
	text-align: center;
	display: block;
	z-index: 9;
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
	line-height: 30px;
	
}
.ny_news li span b{
	width: 100%;
	height: 50px;
	background: #eee;
	font-size: 30px;
	line-height: 30px;
	color: #cc0000;
	display: block;
	padding-top: 20px;
	box-sizing: border-box;
}



.nynews_list{
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.nynews_list h1{
	margin-bottom: 20px;
}
.nynews_list li{
	width: 49%;
	height: 45px;
	margin: 5px 0.5%;
	float: left;
	border: solid 1px #ddd;
	background:url(../img/news1.jpg) left center no-repeat #fff;
	box-sizing: border-box;
	line-height: 45px;
	color: #666;
	
}
.nynews_list li a{
	color: #555;
	padding-left: 10px;
}
.nynews_list li a:hover{
	color: #d7a02b;
}



.love-pic-box{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.love-pic-box li{
		width: 23%;
		height: 280px;
		background: #fff;
		margin: 15px 1%;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		box-shadow: 0px 0px 10px #ccc;
		border: solid 1px #d5d2d2;
		box-sizing: border-box;
		
}
.love-pic-box li img{
		width: 100%;
		height: 240px;
		padding: 0;
		margin: 0;
}
.love-pic-box li p{
	position: absolute;
	width: 100%;
	height: 40px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	
	
}
.love-pic-box li:hover p{
	position: absolute;
	width: 100%;
	height: 80px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
	
	
}
.love-pic-box li p>a{
		width: 100%;
		line-height:40px;
		text-align: center;
		font-size: 16px;
		color: #000;
		display: block;
}
.love-pic-box li p em{
	background: url(../img/pro-tel.png) left center no-repeat;
	padding-left: 40px;
	font-size: 20px;
	color: #dd0000;
	line-height: 40px;
	display: block;
	margin-left: 30px;
	font-weight: bold;
}
.love-pic-box .more22{
	background: #a7070f;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	display: block;
}
.love-pic-box .more22 a{
	color: #fff;
	text-align: center;
}

.nr16 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.nr20 {
	width:100%;
	height: auto;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}

.pc_tt {
	background: #2d3faa;
	color: #fff;
	width: 290px;
	height: 90px;
	border-bottom: solid 5px #333;
	box-sizing: border-box;
}
.pc_tt h2{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	padding-top:20px;
	font-weight: initial;
}
.pc_tt>p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ccc !important;
	width: 250px;
	margin: 0 auto;
}
.left_cplei {
	width: 290px;
	height: auto;
	padding: 5px 0px;
	box-sizing: border-box;
	background: #fff;
}

.left_cplei li {
	width: 230px;
	height: 40px;
	background: url(../img/index_19x.png) 15px center no-repeat #eee;
	margin: 10px auto;
	text-align: left;
	line-height: 40px;
	font-size: 18px;
	padding-left: 20px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.left_cplei li:hover{
	
	background: url(../img/index_19.png) 15px center no-repeat #2d3faa;
}
.left_cplei li:hover a{
	color: #fff;
}
.left_cplei li a {
	padding-left: 25px;
	color: #000;
	font-size: 16px;
}

.left_cplei li a:hover {
	color: #fff;
}

.left_cplei p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}

.left_cplei p a {
	color: #000;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	display: block;
	font-weight: bold;
}

.left_cplei p a:hover {
	color: #ff0000;
}

.left-lx{
	width: 290px;
	overflow: hidden;
	border: solid 1px #ddd;
	box-sizing: border-box;
	padding-bottom: 20px;
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 20px;
	
}
.lx-tt{
	height: 50px;
	margin-bottom: 10px;
	background: #2d3faa;
	color: #888;
	border-bottom: solid 5px #333;
	width:100%;
	margin: 0 auto 10px;
	box-sizing: border-box;
}
.lx-tt h2{
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	float: left;
	font-weight: initial;
	padding-left: 15px;
	
}
.lx-tt a{
	font-size: 14px;
	color: #eee;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.lx-tt a:hover{
	color: #d7a02b;
}
.left-lx p{
	padding: 0px 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

#nyba {
	width: 100%;
	height: 300px;
	background: url(../img/nyba.jpg) top center no-repeat #333;
}



.links {
	width: 1070px;
	height: 60px;
	margin: 0 auto;
}

.links span {
	float: left;
	margin: 0 10px;
}

.links span a {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.links span a:hover {
	color: #ff0000;
}





.ibox7 {
	width: 1200px;
	height: 270px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(images/right1.jpg) right center no-repeat;
}

.ihonor {
	height: 270px;
	margin: 0px auto;
	overflow: hidden;
}


/*ͼЧ*/

.cppic {
	width: 380px;
	height: 320px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 378px;
	height: 280px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 378px;
	height: 280px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.cppic dl dd {
	text-align: center;
	width: 380px;
	height: 40px;
	line-height: 40px;
	background: #EEE;
	color: #333;
	font-size: 16px;
}

.cppic a:hover dl dd {
	background: #e07d7d;
	width: 380px;
	height: 40px;
	color: #FFF;
}

.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cppic2 {
	width: 150px;
	height: 100px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic2 dl {}

.cppic2 dl dt {
	width: 150px;
	height: 100px;
	border: solid 2px #eee;
}

.cppic2 dl dt img {
	width: 150px;
	height: 100px;
	border: 0;
}

.cppic3 {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic3 dl {}

.cppic3 dl dt {
	width: 278px;
	height: 210px;
	border: solid 1px #ddd;
}

.cppic3 dl dt img {
	width: 278px;
	height: 210px;
	border: 0;
}

.cppic3 dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #d7d7d7;
	color: #000;
	display: block;
}

.cppic3 a:hover dl dd {
	background: #fff;
	width: 280px;
	height: 40px;
	color: #000;
}

.nypic {
	width: 280px;
	height: 350px;
	margin: 10px 9px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.nypic dl {}

.nypic dl dt {
	width: 278px;
	height: 228px;
	border: solid 1px #ddd;
}

.nypic dl dt img {
	width: 278px;
	height: 228px;
	border: 0;
}

.nypic dl dd {
	text-align: center;
	width: 280px;
	height: 70px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd h3 {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd p {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
	margin: 0;
	padding: 0;
}

.nypic dl dd p span {
	font-family: Impact;
	color: #eb4c00;
	font-size: 22px;
}

.nypic a:hover dl dd {
	background: #cd5310;
	width: 280px;
	height: 70px;
	color: #fff;
}

.news3 li {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.news3 li:hover {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	box-shadow: 0px 0px 10px #ccc;
	transform: scale(1.05);
}

.news3 li img {
	width: 200px;
	height: 160px;
	margin-right: 10px;
	float: left;
}

.news3 li strong {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: initial;
}

.news3 li strong a {
	color: #000;
	line-height: 40px;
	text-decoration: none;
}

.news3 li strong a:hover {
	color: #ff0000;
}


.news3 li p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #999;
	font: italic;
}

.ny_title3 {
	width: 1200px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love3 {
	width: 1198px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_love {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_title4 {
	width: 890px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love4 {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.page22 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 400px;
	height: 40px;
	float: left;
	text-align: center;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}

	
	.online-div {
		position: fixed;
		top: 30%;
		left: 10px;
		z-index: 300;
		overflow: hidden;
		width: 149px;
		height: auto;
		min-height: 450px;
		background: url(../img/online.png) no-repeat top center;
	}
	
	.online-close {
		float: right;
		width: 32px;
		height: 32px;
		cursor: pointer;
	}
	
	.online-tel {
		clear: both;
		overflow: hidden;
		margin: 154px auto 0px auto;
		width: 149px;
		height: 70px;
		color: #fff;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
	}
	.online-tel b{
		display: block;
	}
	.online-tel b img{
		vertical-align: middle;
		margin-right: 5px;
	}
	.online-tel2 {
		clear: both;
		overflow: hidden;
		margin: 0px auto 0px auto;
		width: 149px;
		height: 70px;
		color: #fff;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
	}
	.online-tel2 b{
		display: block;
	}
	.online-tel2 b img{
		vertical-align: middle;
		margin-right: 5px;
	}
	
	.online-list {
		overflow: hidden;
		margin: 0px auto;
		padding: 30px 0px 10px 0px;
		width: 149px;
		height: auto;
		min-height: 90px;
		background: #384cc8;
	}
	
	.online-list li {
		display: block;
		margin: 0px auto 10px auto;
		width: 117px;
		height: 37px;
		background: #fff;
		text-align: center;
		line-height: 37px;
	}
	
	.online-list li a {
		display: block;
		width: 117px;
		height: 37px;
		color: #e60012;
	}
	
	.online-top {
		margin: 0 auto;
		width: 149px;
		height: 91px;
		cursor: pointer;
	}